VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Color Namespace / Curves16Command Class / Curves16Command Constructors / Curves16Command Constructor(UInt16[],UInt16[],UInt16[])
Syntax Exceptions Requirements SeeAlso
In This Topic
Curves16Command Constructor(UInt16[],UInt16[],UInt16[])
In This Topic
Initializes a new instance of the Curves16Command class using RGB map.
Syntax
'Declaration

Public Function New( _
ByVal redMap
Red channel map.
() As UShort, _
ByVal greenMap
Green channel map.
() As UShort, _
ByVal blueMap
Blue channel map.
() As UShort _
)
public Curves16Command(
ushort[] redMap,
ushort[] greenMap,
ushort[] blueMap
)

Parameters

redMap
Red channel map.
greenMap
Green channel map.
blueMap
Blue channel map.
Exceptions
ExceptionDescription
Thrown if color map is null.
Thrown if color map does not have 65536 elements.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also